Welcome![Sign In][Sign Up]
Location:
Search - license plate recognition source code

Search list

[Graph Recognizechartferrbecodition

Description: 一个基于matlab的车牌字符识别完整程序,内容详尽,可操作性强,是做模式识别难得的源代码。-A matlab license plate character recognition based on the full program, detailed, workable, do pattern recognition is a rare source code.
Platform: | Size: 1841152 | Author: 圣人 | Hits:

[Windows DevelopIImaageSegmenm

Description: 图像分割程序源码代码说明P0801:索书号文字图像分割P0802:粘连字符切分P0803:文字识别P0804:彩色车牌分割P08805:商标文字分割Recognition:文字识别的识别子函数StrDeteect01:文字识别的结构特征提取子函数 可直接使用。 -Image segmentation program source code Description P0801: Call text image segmentation P0802: adhesion character segmentation points P0803 to: character recognition P0804: color license plate segmentation P08805: trademark text segmentation Recognition.: Character recognition identification subfunction StrDeteect01: the structure of the text recognition feature extraction child The function can be used directly.
Platform: | Size: 222208 | Author: 卓越 | Hits:

[Windows DevelopPReccognitioor

Description: 程序源码代码包含:索书号文字图像分割,粘连字符切分,文字识别,彩色车牌分割,,商标文字分割,文字识别的识别子函数,文字识别的结构特征提取子函数 -Call text image segmentation program source code contains: the adhesion character segmentation, character recognition, color license plate segmentation trademark text segmentation, character recognition to identify Functions Character Recognition Feature Extraction Functions
Platform: | Size: 205824 | Author: bother | Hits:

[Special EffectsTRY2LPR

Description: 系统的车牌定位及其识别源程序,显示各个阶段的处理结果,注释较为详细-License plate location and recognition system source code, showing the various stages of processing results, comments, more detailed
Platform: | Size: 2552832 | Author: 余磊 | Hits:

[Special EffectsDIPVIEW

Description: 汽车车牌号识别算法源代码,具有一定的参考价值-Car license plate number recognition algorithm source code, has a certain reference value
Platform: | Size: 18462720 | Author: 赵乖宝 | Hits:

[transportation applicationsLPR

Description: 车牌定位与识别的最新算法源代码,采用Visual C++语言-License plate location and recognition algorithm of the latest source code, using Visual C++ Through February to complete-License plate location and recognition algorithm of the latest source code, using Visual C++
Platform: | Size: 20907008 | Author: 王传旭 | Hits:

[.netopenalpr

Description: source code for automatic license plate location and recognition
Platform: | Size: 945152 | Author: larciles | Hits:

[OtherLPRmain

Description: source code for automatic license plate location and recognition
Platform: | Size: 2048 | Author: 123gokhan123 | Hits:

[Windows Develop车牌识别c++源码

Description: 关于车牌识别的源代码,是用c++语言写的源代码(License plate recognition on the source code, is written in c++ language source code)
Platform: | Size: 9746432 | Author: bunnyhouse | Hits:

[Othereasypr

Description: 中文车牌识别系统: 它基于openCV这个开源库。这意味着你可以获取全部源代码,并且移植到opencv支持的所有平台。 它能够识别中文。例如车牌为苏EUK722的图片,它可以准确地输出std:string类型的"苏EUK722"的结果。 它的识别率较高。图片清晰情况下,车牌检测与字符识别可以达到80%以上的精度。(Chinese car license plate recognition system: It is based on openCV, the open source library. This means that you can get all the source code and migrate to all platforms supported by opencv. It can recognize chinese. For example, the license plate is Su EUK722's picture, which can accurately output the std:string type Su EUK722 results. Its recognition rate is higher. Under the condition of clear picture, license plate detection and character recognition can achieve more than 80% accuracy.)
Platform: | Size: 1656832 | Author: jiangqi | Hits:

[Embeded-SCM Develop2253

Description: The final weight matrix is ??the filter coefficient, ECG data and includes source code written in MATLAB, Part of the license plate recognition locator feature.
Platform: | Size: 59392 | Author: gansuigangken | Hits:

[Other车牌识别

Description: 易语言车牌识别破解版+源码调用,之前的版本限制2009年12月,这个破解掉限制了(E language license plate recognition crack version + source code call, the previous version of the restrictions in December 2009, this crack out of the limit)
Platform: | Size: 2493440 | Author: 清风岁月 | Hits:

[Graph Recognizec#车牌识别系统

Description: 车牌识别系统,适用于车牌识别。。有图片例子,源码,需要的转走,可以多学学图像识别相关知识,使用AspriseOCR技术...(The license plate recognition system is suitable for the license plate recognition. There is a picture example, the source code, the need to turn, can learn more about the knowledge of image recognition, using AspriseOCR technology.)
Platform: | Size: 4089856 | Author: liuqiao | Hits:

[Graph Recognize车牌识别系统

Description: c#实现车牌识别系统,完整的源码,应用程序、测试模板图片以及实验报告文档,课程设计作业,已经成功测试,可以直接运行的。(C # implements license plate recognition system, complete source code, application, test template image and experiment report document, course design work, has been successfully tested, can be run directly.)
Platform: | Size: 1743872 | Author: Master_Xue | Hits:

[Special Effects基于MATLAB的车牌识别系统的源代码(可以实现)

Description: 基于MATLAB的车牌识别系统的源代码(可以实现)(The source code of the license plate recognition system based on MATLAB (can be realized))
Platform: | Size: 218112 | Author: 古月风云 | Hits:

[DocumentsBP神经网络车牌识别源码

Description: matlab下基于BP神经网络源码车牌识别,附带解释,方便理解。(BP neural network source code license plate recognition)
Platform: | Size: 2048 | Author: wjk_kkkkkk | Hits:

[OpenCVPython-opencv车牌识别

Description: 算法思想来自于网上资源,先使用图像边缘和车牌颜色定位车牌,再识别字符。车牌定位在predict方法中,为说明清楚,完成代码和测试后,加了很多注释,请参看源码。车牌字符识别也在predict方法中,请参看源码中的注释,需要说明的是,车牌字符识别使用的算法是opencv的SVM, opencv的SVM使用代码来自于opencv附带的sample,StatModel类和SVM类都是sample中的代码。SVM训练使用的训练样本来自于github上的EasyPR的c++版本。由于训练样本有限,你测试时会发现,车牌字符识别,可能存在误差,尤其是第一个中文字符出现的误差概率较大。(Bits in the predict method, for clarity, add a lot of comments after completing the code and testing, see the source code. License plate character recognition is also included in the predict method. Please refer to the comments in the source code. It needs to be noted that the algorithm used for license plate character recognition is SVM of opencv. The training sample used for SVM training comes from the c++ version of EasyPR on github. Due to limited training samples, you may find errors in license plate character recognition when testing, especially the error probability of the first Chinese character is large.)
Platform: | Size: 21504 | Author: 西风何时来 | Hits:
« 1 2 ... 8 9 10 11 12 13»

CodeBus www.codebus.net